Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.webengine.blogs.ecm.types--types

This contribution is part of XML component org.nuxeo.webengine.blogs.ecm.types inside nuxeo-webengine-blogs-6.0.jar

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="BlogSite">
          <label>BlogSite</label>
          <icon>/icons/blog_folder.png</icon>
          <bigIcon>/icons/blogsite_100.png</bigIcon>
          <category>Collaborative</category>
          <description>BlogSite.description</description>
          <default-view>view_documents</default-view>
          <subtypes>
            <type>BlogPost</type>
            <type>ContextualLink</type>
          </subtypes>
          <layouts mode="any">
            <layout>blogcontainer</layout>
            <!-- The specifics are not shown for the moment. -->
            <!-- <layout>blog</layout> -->
          </layouts>
          <layouts mode="edit">
            <layout>blogcontainer</layout>
            <!-- The specifics are not shown for the moment. -->
            <!-- <layout>blog</layout> -->
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    BlogSite.description

  • <type id="BlogPost">
          <label>BlogPost</label>
          <icon>/icons/blogpage.png</icon>
          <bigIcon>/icons/blogpage_100.png</bigIcon>
          <category>SimpleDocument</category>
          <description>BlogPost.description</description>
          <default-view>view_documents</default-view>
          <layouts mode="any">
            <layout>heading</layout>
            <layout>webpage</layout>
            <!-- The specifics are not shown for the moment. -->
            <!-- <layout>blogpost</layout> -->
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>webpage</layout>
            <!-- The specifics are not shown for the moment. -->
            <!-- <layout>blogpost</layout> -->
            <layout>dublincore</layout>
          </layouts>
        </type>

    BlogPost.description

  • <type id="Workspace">
          <subtypes>
            <type>BlogSite</type>
          </subtypes>
        </type>
  • <type id="Folder">
          <subtypes>
            <type>BlogSite</type>
          </subtypes>
        </type>
  • <type id="OrderedFolder">
          <subtypes>
            <type>BlogSite</type>
          </subtypes>
        </type>

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <type id="BlogSite">
      <label>BlogSite</label>
      <icon>/icons/blog_folder.png</icon>
      <bigIcon>/icons/blogsite_100.png</bigIcon>
      <category>Collaborative</category>
      <description>BlogSite.description</description>
      <default-view>view_documents</default-view>
      <subtypes>
        <type>BlogPost</type>
        <type>ContextualLink</type>
      </subtypes>
      <layouts mode="any">
        <layout>blogcontainer</layout>
        <!-- The specifics are not shown for the moment. -->
        <!-- <layout>blog</layout> -->
      </layouts>
      <layouts mode="edit">
        <layout>blogcontainer</layout>
        <!-- The specifics are not shown for the moment. -->
        <!-- <layout>blog</layout> -->
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

    <type id="BlogPost">
      <label>BlogPost</label>
      <icon>/icons/blogpage.png</icon>
      <bigIcon>/icons/blogpage_100.png</bigIcon>
      <category>SimpleDocument</category>
      <description>BlogPost.description</description>
      <default-view>view_documents</default-view>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>webpage</layout>
        <!-- The specifics are not shown for the moment. -->
        <!-- <layout>blogpost</layout> -->
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>webpage</layout>
        <!-- The specifics are not shown for the moment. -->
        <!-- <layout>blogpost</layout> -->
        <layout>dublincore</layout>
      </layouts>
    </type>

    <type id="Workspace">
      <subtypes>
        <type>BlogSite</type>
      </subtypes>
    </type>

    <type id="Folder">
      <subtypes>
        <type>BlogSite</type>
      </subtypes>
    </type>

    <type id="OrderedFolder">
      <subtypes>
        <type>BlogSite</type>
      </subtypes>
    </type>

  </extension>